バージョン

Matrix コンストラクタ(Int32[])

指定した dimensions を使用して、0 Matrix を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal dimensions() As Integer _
)
public Matrix( 
   int[] dimensions
)

パラメータ

dimensions
構成された Matrix の次元。
参照